home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / DefineButton2_320 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-23  |  93 b   |  5 lines

  1. on(release){
  2.    _root.carData_array[_parent.selectedCar].TYRES = 3;
  3.    gotoAndStop(3);
  4. }
  5.